home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / xresprobe / xorg.conf < prev    next >
Encoding:
Text File  |  2007-03-17  |  1.5 KB  |  79 lines

  1. # bare-bones XFree86 config to start the server in probe-only mode
  2. Section "Files"
  3.     FontPath    "/usr/share/X11/fonts/misc"
  4.     RgbPath        "/etc/X11/rgb.txt"
  5. EndSection
  6. Section "ServerFlags"
  7.     Option "AllowMouseOpenFail"
  8. EndSection
  9. Section "Module"
  10.     Load    "bitmap"
  11.     Load    "dbe"
  12.     Load    "ddc"
  13.     Load    "extmod"
  14.     Load    "freetype"
  15.     Load    "int10"
  16.     Load    "record"
  17.     Load    "type1"
  18.     Load    "vbe"
  19. EndSection
  20. Section "InputDevice"
  21.     Identifier    "Generic Keyboard"
  22.     Driver        "keyboard"
  23.     Option        "CoreKeyboard"
  24.     Option        "XkbRules"    "xorg"
  25.     Option        "XkbModel"    "pc104"
  26.     Option        "XkbLayout"    "us"
  27. EndSection
  28. Section "InputDevice"
  29.     Identifier    "Generic Mouse"
  30.     Driver        "mouse"
  31.     Option        "CorePointer"
  32.     Option        "Device"        "/dev/input/mice"
  33.     Option        "Protocol"        "ImPS/2"
  34. EndSection
  35. Section "Device"
  36.     Identifier    "Generic Device"
  37.     Driver        "::DRIVER::"
  38. EndSection
  39. Section "Monitor"
  40.     Identifier    "Generic Monitor"
  41.     Option        "DPMS"
  42. EndSection
  43. Section "Screen"
  44.     Identifier    "Default Screen"
  45.     Device        "Generic Device"
  46.     Monitor        "Generic Monitor"
  47.     DefaultDepth    24
  48.     SubSection "Display"
  49.         Depth        1
  50.         Modes        "1024x768"
  51.     EndSubSection
  52.     SubSection "Display"
  53.         Depth        4
  54.         Modes        "1024x768"
  55.     EndSubSection
  56.     SubSection "Display"
  57.         Depth        8
  58.         Modes        "1024x768"
  59.     EndSubSection
  60.     SubSection "Display"
  61.         Depth        15
  62.         Modes        "1024x768"
  63.     EndSubSection
  64.     SubSection "Display"
  65.         Depth        16
  66.         Modes        "1024x768"
  67.     EndSubSection
  68.     SubSection "Display"
  69.         Depth        24
  70.         Modes        "1024x768"
  71.     EndSubSection
  72. EndSection
  73. Section "ServerLayout"
  74.     Identifier    "Default Layout"
  75.     Screen        "Default Screen"
  76.     InputDevice    "Generic Keyboard"
  77.     InputDevice    "Generic Mouse"
  78. EndSection
  79.